-
Notifications
You must be signed in to change notification settings - Fork 394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: correct typo in E-Mode description across multiple languages #2323
base: main
Are you sure you want to change the base?
Conversation
@petercool is attempting to deploy a commit to the Avara Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
src/locales/de/messages.po
Outdated
@@ -63,7 +63,7 @@ msgid "Borrowing this amount will reduce your health factor and increase risk of | |||
msgstr "Wenn Sie diesen Betrag leihen, verringern Sie Ihren Gesundheitsfaktor und erhöhen das Risiko einer Liquidation." | |||
|
|||
#: src/modules/reserve-overview/ReserveEModePanel.tsx | |||
msgid "E-Mode increases your LTV for a selected category of assets, meaning that when E-mode is enabled, you will have higher borrowing power over assets of the same E-mode category which are defined by Aave Governance. You can enter E-Mode from your <0>Dashboard</0>. To learn more about E-Mode and applied restrictionn, see the <1>help guide</1> or the <2>Aave V3 Technical Paper</2>." | |||
msgid "E-Mode increases your LTV for a selected category of assets, meaning that when E-mode is enabled, you will have higher borrowing power over assets of the same E-mode category which are defined by Aave Governance. You can enter E-Mode from your <0>Dashboard</0>. To learn more about E-Mode and applied restriction, see the <1>help guide</1> or the <2>Aave V3 Technical Paper</2>." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you update restriction
to restrictions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, PR has been updated
6f5ff7c
to
fe1c3d1
Compare
thanks @petercool looks good, could you just resolve merge conflicts |
@grothem conflicts have been resolved |
General Changes
Fix the typo in E-mode description, the word "restrictionn" is misspelled and should be "restriction".
Related issue: #2317
Latest updated 2025-Feb-13: Update "restriction" with "restrictions"
Reviewer Checklist
Please ensure you, as the reviewer(s), have gone through this checklist to ensure that the code changes are ready to ship safely and to help mitigate any downstream issues that may occur.
.env.example
file as well as the pertinant.github/actions/*
files